summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterSetup GitHub actionsLuK13373 years
upstream/masterWIPBenjamin Dobell9 years
 
TagDownloadAuthorAge
v1.4.2Heimdall-1.4.2.tar  Heimdall-1.4.2.tar.gz  Heimdall-1.4.2.tar.bz2  Heimdall-1.4.2.tar.lz  Heimdall-1.4.2.tar.xz  Heimdall-1.4.2.tar.zst  Heimdall-1.4.2.zip  Benjamin Dobell7 years
v1.4.1Heimdall-1.4.1.tar  Heimdall-1.4.1.tar.gz  Heimdall-1.4.1.tar.bz2  Heimdall-1.4.1.tar.lz  Heimdall-1.4.1.tar.xz  Heimdall-1.4.1.tar.zst  Heimdall-1.4.1.zip  Benjamin Dobell10 years
v1.4.0Heimdall-1.4.0.tar  Heimdall-1.4.0.tar.gz  Heimdall-1.4.0.tar.bz2  Heimdall-1.4.0.tar.lz  Heimdall-1.4.0.tar.xz  Heimdall-1.4.0.tar.zst  Heimdall-1.4.0.zip  Benjamin Dobell11 years
v1.3.2Heimdall-1.3.2.tar  Heimdall-1.3.2.tar.gz  Heimdall-1.3.2.tar.bz2  Heimdall-1.3.2.tar.lz  Heimdall-1.3.2.tar.xz  Heimdall-1.3.2.tar.zst  Heimdall-1.3.2.zip  Benjamin Dobell12 years
v1.3.1Heimdall-1.3.1.tar  Heimdall-1.3.1.tar.gz  Heimdall-1.3.1.tar.bz2  Heimdall-1.3.1.tar.lz  Heimdall-1.3.1.tar.xz  Heimdall-1.3.1.tar.zst  Heimdall-1.3.1.zip  Benjamin Dobell13 years
v1.3.0Heimdall-1.3.0.tar  Heimdall-1.3.0.tar.gz  Heimdall-1.3.0.tar.bz2  Heimdall-1.3.0.tar.lz  Heimdall-1.3.0.tar.xz  Heimdall-1.3.0.tar.zst  Heimdall-1.3.0.zip  Benjamin-Dobell13 years
v1.1.1Heimdall-1.1.1.tar  Heimdall-1.1.1.tar.gz  Heimdall-1.1.1.tar.bz2  Heimdall-1.1.1.tar.lz  Heimdall-1.1.1.tar.xz  Heimdall-1.1.1.tar.zst  Heimdall-1.1.1.zip  Benjamin Dobell13 years
 
AgeCommit messageAuthorFilesLines
2015-03-21WIPupstream/masterBenjamin Dobell6-16/+76
2015-03-12QList properties are now accessible in QML via QQmlListPropertyBenjamin Dobell3-5/+63
2015-03-11Added QML bindings for packagesBenjamin Dobell16-206/+453
2015-03-09Lots of Frontend refactoring with a few bug fixesBenjamin Dobell16-292/+445
2015-03-07Completed basic firmware file selection functionalityBenjamin Dobell7-137/+412
2015-03-07Added CMake option to enable QML debuggingBenjamin Dobell2-0/+9
2015-03-05Commenced UI overhaul for Heimdall Frontend 2.0Benjamin Dobell15-17/+355
2015-03-05Actually fix #261 (CMake Linux detection)Benjamin Dobell1-2/+2
2015-03-05Due to a Qt bug on OS X we need to browse for *.gz not *.tar.gzBenjamin Dobell1-2/+2
2015-02-20Added missing info to the Windows READMEBenjamin Dobell1-2/+2
2015-02-20Fixed a few Heimdall Frontend nigglesBenjamin Dobell2-69/+70
2015-02-20Implemented hack to make WinUSB play nice with empty receive transfersBenjamin Dobell1-0/+8
2015-02-20Fixed incorrect method arguments causing PIT transfers to failBenjamin Dobell1-2/+2
2015-02-20New signed codeless kextBenjamin Dobell4-6/+12
2015-02-20Make OS X kext installation work irrespective of current directoryBenjamin Dobell1-1/+2
2015-02-20Fix issue with Linux specific code not compiling (#261)Benjamin Dobell1-0/+4
2015-02-19Fix FindLibusb.cmake and make CMake setup IDE compatibleBenjamin Dobell2-1/+5
2015-02-19Fix case sensitive FS issue and update Linux READMEBenjamin Dobell2-44/+8
2015-02-18Fix Unix build issues and work-around Qt5 Mac UI bugsBenjamin Dobell5-75/+77
2015-02-18Removed autotools and VS files, and standardised source dir namingBenjamin Dobell74-103679/+1753
2015-02-18Upgrade Heimdall Frontend to Qt5 and build with cmakeBenjamin Dobell8-19/+67
2015-02-18Update Heimdall CLI build to use an MSYS2 environmentBenjamin Dobell9-2734/+64
2014-12-09Fix UNIX CMake (and OS X autotools) builds for Heimdall CLIBenjamin Dobell3-16/+36
2014-11-17CMake build fixesBenjamin Dobell2-1/+3
2014-11-17Continue to support autotools... for nowBenjamin Dobell2-1/+5
2014-11-16CMake files for Heimdall CLI and mingw supportBenjamin Dobell12-13/+342
2014-07-05More empty transfer craziness, this time when receving packetsBenjamin Dobell2-64/+76
2014-06-01Autogen'd files for Heimdall 1.4.1v1.4.1Benjamin Dobell14-800/+931
2014-06-01Fixed support for large files (up to 2^32 - 1 bytes)Benjamin Dobell7-36/+49
2014-06-01Fixed file transfer sequence bugBenjamin Dobell2-13/+11
2014-05-31Give devices some leeway to handle empty bulk transfers.Benjamin Dobell2-8/+13
2014-05-20Fixed line endings in install-kext.shBenjamin Dobell1-7/+7
2014-05-20Signed the OS X codeless kext.Benjamin Dobell4-0/+105
2014-05-17Fixed regression that broke support for GT-I9100 etc.Benjamin Dobell2-19/+41
2014-05-17Tweaked VC++ linker options for Frontend (to ensure quicker builds).Benjamin Dobell1-0/+2
2014-05-17Removed unused optional parameters in BridgeManager.Benjamin Dobell2-25/+16
2014-05-17Fixed Frontend bug that could cause flashing to fail.Benjamin Dobell1-0/+1
2014-05-16Removed VC++ info from Windows README as builds are now statically linked.Benjamin Dobell1-15/+0
2014-05-16Windows does not provide (or require) va_copy.Benjamin Dobell1-0/+4
2014-05-14Updated .gitignore to exclude ./configure and Make output.Benjamin Dobell1-0/+21
2014-05-14Fixed Heimdall Frontend Mac builds.Benjamin Dobell1-1/+1
2014-05-14Added missing new lines to CLI help output.Benjamin Dobell3-3/+3
2014-05-11Fixed help output alignment.Benjamin Dobell4-10/+10
2014-05-11Fixed header guard typo.Benjamin Dobell1-1/+1
2014-05-10Fixed hard-coded libdir regression.Benjamin Dobell2-2/+2
2014-05-09Merge pull request #199 from m-willers/fix_stdargsBenjamin Dobell1-30/+42
2014-05-09fix --stdout-errors handlingMartin Willers1-30/+42
2014-05-06Removed a few unused variables.Benjamin Dobell3-4/+0
2014-05-06It would seem that messing around with line coding etc. is not necessary.Benjamin Dobell2-104/+1
2014-05-06Updated copyright notices to 2014Benjamin Dobell75-77/+77
2014-05-06Merge pull request #168 from r-craig/masterBenjamin Dobell1-1/+1
2014-05-06Fixed statically linked builds on Windows.Benjamin Dobell2-2/+19
2014-05-06Upgraded to libusb-1.0 (1.0.18) post libusbx merge.Benjamin Dobell10-63/+597
2014-05-06Cleaned up command line interfaceBenjamin Dobell6-68/+33
2014-05-06autogen'd for 1.4.1Benjamin Dobell8-1012/+9424
2014-05-06Bumped version number to 1.4.1Benjamin Dobell3-3/+3
2014-05-06Fix support for SGS4 (with empty bulk transfers)Benjamin Dobell2-87/+55
2014-05-06Project file changes (for statically linked vc++ library builds).Benjamin Dobell5-0/+161
2014-05-06Minor code clean up.Benjamin Dobell6-84/+106
2014-05-04Merge pull request #180 from marclaporte/masterBenjamin Dobell2-2/+2
2014-05-04Merge pull request #179 from marclaporte/patch-1Benjamin Dobell1-2/+2
2014-01-13Fix typoMarc Laporte1-1/+1
2014-01-13Fix typoMarc Laporte1-1/+1
2014-01-13Fix typosMarc Laporte1-2/+2
2013-11-06Fix error condition check on finding correct usb interface.Robert Craig1-1/+1
2013-06-27Merge pull request #131 from jorti/masterBenjamin Dobell2-2/+2
2013-06-12Fix udev rules directoryJuan Orti Alcaine2-2/+2
2013-06-08After swapping to clang for OS X, I've now swapped to GNU GCC 4.7+, instead of Apple's out-dated version.v1.4.0Benjamin Dobell1-1/+1
2013-06-08Modified Heimdall Frontend so it can find Heimdall CLI in /usr/local/bin on OS X. Also updated the OS X build files, as well as READMEs for all platforms.Benjamin Dobell6-71/+84
2013-06-06Fixed configure/libtool issue on OS X by placing AC_PROG_LIBTOOL after AC_PROG_CXX.Benjamin Dobell9-11084/+2674
2013-06-04Renamed udev rules file and explictly added /usr/include to the include search path for Heimdall Frontend on UNIX systems.Benjamin Dobell4-4/+5
2013-05-13Moved LICENSE to root of the repo and deleted heimdall-frontend duplicate documentation in doc-pak.Benjamin Dobell3-554/+0
2013-05-13Minor build file clean-up for linux and regenerated autotools output for 1.4.0 release.Benjamin Dobell13-1395/+9332
2013-05-12Updated zadig (Windows driver installer) to a newer version.Benjamin Dobell1-0/+0
2013-05-12Updated copyright in source repo README.Benjamin Dobell1-1/+1
2013-05-12Update copyright notices, version identifier and documentation for 1.4.0 release.Benjamin Dobell73-1127/+1155
2013-05-12Fix OS X qmake/environment variable usage in .pro file.Benjamin Dobell1-13/+23
2013-05-11Removed bad Galaxy Camera device identifier, as it was the PID for regular boot, not download mode.Benjamin Dobell2-5/+3
2013-05-05Fixed bug in Heimdall Frontend where "resume" wasn't being checked when it should have been.Benjamin Dobell2-39/+37
2013-05-05For devices that support variable packet size - decreased sequence size from 100 MiB to 30 MiB.Benjamin Dobell1-1/+1
2013-05-05Minor command line output changes - No functional changes.Benjamin Dobell1-17/+3
2013-05-05Fixed two major bugs in libpit related functionality:Benjamin Dobell3-6/+11
2013-03-13Changed Arguments.h constructors with default parameters so it compiles with clang.Benjamin Dobell1-2/+2
2013-03-13Regenerated autoconf files.Benjamin Dobell41-114512/+24437
2013-03-13Ancient Mac GCC does not support C++11/C++0x. Swapped to using clang on OS X.Benjamin Dobell2-3/+12
2013-03-09Updated Linux build files and fixed a string formatting warning in Heimdall Frontend.Benjamin Dobell14-28/+16
2013-03-09Fixed output bug attempting to log a std::string instead of a C-style string with printf.Benjamin Dobell1-1/+1
2013-03-07- Removed legacy command line hard-coded partition name parameters.Benjamin Dobell22-825/+749
2013-02-01Previous libusbx fix was a red herring of sorts. Inadvertedly it did fix theBenjamin Dobell4-0/+0
2013-01-31Actually fixed the bug (race condition) in libusbx-1.0 this time! SourceBenjamin Dobell6-46/+6
2013-01-26Added a patched version of libusbx that fixes device claiming on Windows.Benjamin Dobell5-0/+0
2013-01-23- Incrementing to 1.4 RC2.Benjamin Dobell2-2/+2
2013-01-23Added libusbx-1.0 library and DLL missed due to .gitignoreBenjamin Dobell2-0/+0
2013-01-22Added Galaxy Camera download mode identifier (apparently).Benjamin Dobell2-3/+5
2013-01-22- Updated MSVC projects to MSVC2012.Benjamin Dobell21-2286/+3745
2013-01-22- Changed interpretation of packet size reponses of 0 from meaning "don'tBenjamin Dobell5-61/+51
2012-11-30Fixed --repartition flag parsing bug.Benjamin Dobell1-1/+1
2012-10-13Turns out udev ATTR{idProduct} really is case sensitive.Benjamin Dobell1-2/+2
2012-10-13Made Heimdall Frontend pass the --verbose parameter for all actions when 'Verbose Output' is checked.Benjamin Dobell1-0/+12
2012-10-07Added a Qt4VSPropertySheet.props file that will hopefully work for other people.Benjamin Dobell2-1/+13
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu./anonymous/Heimdall
https://ni.xn--ijanec-9jb.eu./anonymous/Heimdall